1bashThis demonstrates using wget to download a file from a URL and save it locally.wget --output-document foo.txt https://example.com/file.txtexternal toolswgetfile download (HTTP request)